home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
aminet
/
dev
/
lang
/
ace102.lha
/
include
/
stddef.h
< prev
next >
Wrap
Text File
|
1993-01-30
|
454b
|
23 lines
'..standard definitions for ACE programs.
'..null pointer
CONST NULL=0&
'..boolean values
CONST true=-1&
CONST false=0&
'..maxima & minima
CONST MaxInt = 2147483647
CONST MinInt = -2147483648
CONST MaxShort = 32767
CONST MinShort = -32768
CONST MaxReal = 9.22337177E+18
CONST MinReal = -9.22337177E+18
CONST MAXSTRINGLEN = 1024&
'..memory
CONST MEMF_PUBLIC = 1&
CONST MEMF_CHIP = 2&
CONST MEMF_CLEAR = 65536